Github Codespace
今日申請が通ったのでメモするtakker.icon
事前申請が必要
1ヶ月くらいかかるかも
Code→Codespaces→Create codespace on mainから仮想環境を構築する
https://gyazo.com/116d0c52258763c97c9b9e6af28992d5
起動画面
https://gyazo.com/b6185cd18d1c92328ff4d309dedae817
あり?shellはdefaultでfish shellなのか?
github.devとの違い
github.devはweb browserで完結できる処理しかできない
git操作とファイル編集のみ
lintやlspなどの、terminalを必要とする作業は不可能
Github Codespaceは仮想terminal環境が提供される
prices
無料枠 (free accountの場合)
Computing: 120 hours*cores/month
https://docs.github.com/ja/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#about-billing-for-compute-usage
Storage: 20GB/month
https://docs.github.com/ja/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#about-billing-for-storage-usage
値段
Computing: $0.18/(hours*cores)
$4で2core 12時間くらい
安いおひるごはん1回分
Storage: $0.07/(GB/month)
$1で1ヶ月に14GB超使える
節約tips
https://github.com/devcontainers/images/blob/main/src/universal/README.md
mcr.microsoft.com/devcontainers/universal:linuxならストレージが無料になる
#2023-10-29 11:53:57
#2022-08-26 07:36:43